



.faicon
{
    width: 82px;
    height: 82px;
    margin-right: 16px;
}

.card .card-body h5.card-title.card-title-text {
    font-size: 0.5em;
}


.link-list-wrapper-personal ul li a {
    font-size: 1.0em;
    line-height: 2.3em;
    display: block;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
}

.equal {
    color: #AD9001;
}

.increasing {
    color: #ff0000;
}

.decreasing {
    color: #00AD00;
}


/*-----  Callout ----- */

.callout-personale {
    padding: 1.8rem 1.5rem;
    border: 1px solid #5b6f82;
    position: relative;
    max-width: 100%;
    margin: 1.75rem 0 1rem;
    border-radius: 8px;
}

/* ----- IMG ----- */

.graph_wrapper{
    min-height: 620px;
}

.it-hero-wrapper-personal { 
    min-height: 0;
    height:0;
    background-color: transparent;
}

.it-hero-wrapper-personal img {  
    height: 0;
    overflow: hidden;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);   

}

.it-hero-wrapper-personal.visibile {  
    min-height: 620px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.it-hero-wrapper-personal.visibile img {    
    height: 100%;
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.it-hero-xsmall-size {    
    min-height: 100px;
}

/*----- Bottone Personale ----*/

.btn-personal {
    padding: 8px 15px;
    font-size: 0.9rem;
    white-space: initial;
    text-decoration: none; 
}

/*----- Menu Wrapper Personale ----*/

.navbar .navbar-collapsable .menu-wrapper-personal {

    background-color: #fff !important;
    color: #555;
    padding-bottom: 1px;
}

.it-header-navbar-wrapper.theme-light-desk-personal {        
    background: #fff;
    -webkit-box-shadow: none;    
}

.navbar-personal{
    background: #fff !important;
}

.navbar-personal .icon{
    fill: #000 !important;
    height: 35px;
    width: 35px;
}

/*----- Notifiche -----*/
.test-docs .notification {
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    transform: none;
    display: block;
}


/*----- DataTables -----*/

.cella-tabella-sm{
    font-size: 0.8rem;
    padding: 0.2rem 0.3rem;
}

.cella-tabella-xsm{
    font-size: 0.7rem;
    padding: 0.2rem 0.3rem;

}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-right: 1rem;
}

.dataTables_length{
    padding: 0.7rem 1rem;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    padding-left: 0.3em;
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
    right: 0.8em;
    content: "\2191";
    font-size: 1.0rem;
    bottom: 0.2em;
    font-weight: 800;
}

table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
    right: 0.25em;
    content: "\2193";
    font-size: 1.25em;
    bottom: 0.15em;
    font-weight: 800;

}

div.dataTables_wrapper div.dataTables_paginate {
    padding-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_info{
    padding-bottom: 1rem;

}

/*----- Legenda Orizzontale -----*/

.my-legend {
    max-width: 480px !important;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 0.9rem;
}

.my-legend .legend-scale ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.my-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 60px;
    margin-bottom: 6px;
    text-align: center;    
    list-style: none;
}

.my-legend .legend-scale ul li img {
    max-height: 20px;
    max-width: 20px;
}

.my-legend ul.legend-labels li p {
    font-size: 0.7rem;
}

/*----- Menu Regioni Orizzontale -----*/

.faq__aifa-container {
    border-left: .5px solid #004080;
}

/*----- Media -----*/


@media (min-width: 720px) and (max-width: 1200px) {

    #main_container{
        font-size: 0.9rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .card.card-big .card-body {
        padding: 32px;
    }

    .btn-personal {
        padding: 8px 8px;
        font-size: 0.75rem;                
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .link-list-wrapper-personal ul li a {
        font-size: 0.7em;       
        padding: 0 14px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .graph_wrapper{
        min-height: 580px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .it-hero-wrapper.visibile {
        min-height: 580px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .mt-5, .my-5 {
        margin-top: 38px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pt-5 {
        padding-top: 38px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }      




    .cella-tabella-sm{
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .form-check [type="radio"] + label {
        font-size: 0.9rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pagination .page-item .page-link {
        min-width: 2.2rem;   
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

}

@media (min-width: 560px) and (max-width: 720px) {

    #main_container{
        font-size: 0.9rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }


    .btn-personal {
        padding: 6px 8px;
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .link-list-wrapper-personal ul li a {
        font-size: .7em;       
        padding: 0 14px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .graph_wrapper{
        min-height: 520px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .it-hero-wrapper.visibile {
        min-height: 520px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }


    .h1, h1 {
        font-size: 1.75rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .h2, h2 {
        font-size: 1.5rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .h3, h3 {
        font-size: 1.25rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .h4, h4 {
        font-size: 1.25rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .h5, h5 {
        font-size: 1.25rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }   

    .mt-5, .my-5 {
        margin-top: 36px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pt-5 {
        padding-top: 36px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }



    .cella-tabella-sm{
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .form-check [type="radio"] + label {
        font-size: 0.9rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .bootstrap-select .dropdown-toggle .filter-option {
        text-align: left;
        margin-top: 0.2rem;
        padding: 0.2rem 0.4rem;
        font-size: 0.9rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pagination .page-item .page-link {
        min-width: 2.2rem;   
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }


}

@media (min-width: 420px) and (max-width: 560px) {   

    #main_container{
        font-size: 0.9rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }



    .etichetta {
        font-size: .6rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .btn-personal {
        padding: 6px 8px;
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .link-list-wrapper-personal ul li a {
        font-size: 0.7em;       
        padding: 0 12px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .graph_wrapper{
        min-height: 420px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .it-hero-wrapper.visibile {
        min-height: 420px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }  

    .h1, h1 {
        font-size: 1.5rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .h2, h2 {
        font-size: 1.25rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .h3, h3 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .h4, h4 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .h5, h5 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .mt-5, .my-5 {
        margin-top: 32px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pt-5 {
        padding-top: 32px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }



    .cella-tabella-sm{
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .form-check [type="radio"] + label {
        font-size: 0.9rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .bootstrap-select .dropdown-toggle .filter-option {
        text-align: left;
        margin-top: 0.2rem;
        padding: 0.3rem 0.4rem;
        font-size: 0.8rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pagination .page-item .page-link {
        min-width: 2.0rem;   
        font-size: 0.6rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }


}

@media (min-width: 370px) and (max-width: 420px) { 

    #main_container{
        font-size: 0.8rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }



    .etichetta {
        font-size: .5rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .btn-personal {
        padding: 6px 8px;
        font-size: 0.6rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .link-list-wrapper-personal ul li a {
        font-size: .6em;       
        padding: 0 10px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .graph_wrapper{
        min-height: 420px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .it-hero-wrapper.visibile {
        min-height: 420px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }  

    .h1, h1 {
        font-size: 1.5rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .h2, h2 {
        font-size: 1.25rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .h3, h3 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .h4, h4 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .h5, h5 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }  

    .mt-5, .my-5 {
        margin-top: 24px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pt-5 {
        padding-top: 24px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }   


    .form-check [type="radio"] + label::after, .form-check [type="radio"] + label::before {
        margin: 8px;
        width: 18px;
        height: 18px;     
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .form-check [type="radio"] + label {
        font-size: 0.8rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .bootstrap-select .dropdown-toggle .filter-option {
        text-align: left;
        margin-top: 0.2rem;
        padding: 0.3rem 0.4rem;
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .small, small {
        font-size: .7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .callout-personale {
        padding: 1.2rem 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .callout:not(.callout-highlight):not(.callout-more) .callout-title {
        font-size: 0.9rem;
        top: -1.0em;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }



    .cella-tabella-sm{
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pagination .page-item .page-link {
        min-width: 2.0rem;   
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }   


}

@media (min-width: 320px) and (max-width: 370px) {  

    #main_container{
        font-size: 0.8rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    } 



    .btn-personal {
        padding: 6px 8px;
        font-size: 0.6rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .link-list-wrapper-personal ul li a {
        font-size: .6em;       
        padding: 0 8px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .graph_wrapper{
        min-height: 380px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .it-hero-wrapper.visibile {
        min-height: 380px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }  

    .h1, h1 {
        font-size: 1.5rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .h2, h2 {
        font-size: 1.25rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .h3, h3 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .h4, h4 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .h5, h5 {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    .mt-5, .my-5 {
        margin-top: 24px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .pt-5 {
        padding-top: 24px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    


    .form-check [type="radio"] + label::after, .form-check [type="radio"] + label::before {
        margin: 8px;
        width: 18px;
        height: 18px;     
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .form-check [type="radio"] + label {
        font-size: 0.8rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .bootstrap-select .dropdown-toggle .filter-option {
        text-align: left;
        margin-top: 0.2rem;
        padding: 0.3rem 0.4rem;
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .small, small {
        font-size: .7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .callout-personale {
        padding: 1.2rem 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .callout:not(.callout-highlight):not(.callout-more) .callout-title {
        font-size: 0.9rem;
        top: -1.0em;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }


    .cella-tabella-sm{
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }  

    .pagination .page-item .page-link {
        min-width: 1.8rem;   
        font-size: 0.7rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

}

/*----- Container Media -----*/
@media (min-width:1600px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }

    @media (min-width:1900px) {

        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1600px;
        }
    }
}

/*----- Menu Regioni Media -----*/
@media (min-width:360px){

    .menu-regioni {

        padding: 0px 8px;
        backface-visibility: hidden;  
    }

    .menu-regioni ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .menu-regioni .listXL, .menu-regioni .listLG  {
        display: flex;
        position: absolute;
        flex-flow: column wrap;
        font-size: 0;
        left:5%;
        height: 0;
        width: 90%; 
        background: #06c;
        color:#fff;
        z-index: 1;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }

    .menu-regioni .listXL .item, .menu-regioni .listLG .item  {
        position: relative;
        height: 0;
        width: 100%; 
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni .listXL .item  .link, .menu-regioni .listLG .item  .link {

        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;    
        cursor: pointer;
        height: 0;
        width: 100%;
        opacity: 0.0;
        top: 0;
        left: 0;   
        font-size: 1.0rem;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni .listXL .last-item, .menu-regioni .listLG .last-item {

        position: absolute;
        font-size: 1.0rem;
        height: 0;
        width: 150px;
        cursor: pointer;
        right: 20px;
        bottom: 5px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni .listXL .last-item .link, .menu-regioni .listLG .last-item .link  {

        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;    
        cursor: pointer;
        height: 0;
        width: 100%;
        opacity: 0.0;
        top: 0;
        left: 0;   
        font-size: 1.0rem;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger {

        height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        cursor: pointer;
        background: transparent;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger:hover {
        background: mix(black, #2b3033, 10);
    }

    .burger .patty {
        position: relative;
        height: 2px;
        width: 40px;
        background: #555;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger .patty:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        height: 2px;
        width: 100%;
        background: #555;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    }

    .burger .patty:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        height: 2px;
        width: 100%;
        background: #555;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    }

    .burger.patty,
    .burger.patty:before,
    .burger.patty:after {
        will-change: transform;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni.active-menu .listXL {
        padding-top: 20px;
        height: 800px; 
        border-radius: 4px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
    }

    .menu-regioni.active-menu .listLG {
        padding-top: 20px;
        height: 770px; 
        border-radius: 4px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
    }

    .menu-regioni.active-menu .listXL .item, .menu-regioni.active-menu .listLG .item {    
        height: 35px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);   
    }

    .menu-regioni.active-menu .listXL .last-item, .menu-regioni.active-menu .listLG .last-item {    
        height: 35px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);   
    }   

    .menu-regioni.active-menu .listXL .item .link, .menu-regioni.active-menu .listLG .item .link {
        height: 100%;
        opacity: 1.0;   
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    } 

    .menu-regioni.active-menu .listXL .last-item .link, .menu-regioni.active-menu .listLG .last-item .link {
        height: 100%;
        opacity: 1.0;   
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    } 

    .burger.active-menu {

    }

    .burger.active-menu .patty {
        transform: rotate(-90deg);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    }

    .burger.active-menu .patty:before {
        transform: rotate(-45deg) translate(-7px,-7px) scaleX(0.7);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger.active-menu .patty:after {
        transform: rotate(45deg) translate(-7px,7px) scaleX(0.7);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }    


    @media (min-width: 992px){ 

        .menu-regioni.active-menu .listXL {
            padding-top: 20px;
            height: 460px; 
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
        }

        .menu-regioni.active-menu .listLG {
            padding-top: 20px;
            height: 400px; 
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
        }

        .menu-regioni.active-menu .listXL .item, .menu-regioni.active-menu .listLG .item {    
            height: 50px;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);   
        }

        .menu-regioni.active-menu .listXL .last-item, .menu-regioni.active-menu .listLG .last-item {    
            height: 50px;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);   
        }

    }

}

/*----- section-with-card Media -----*/
@media (min-width: 320px){  

    .section-with-card {
        padding: 48px 2px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s; 
    }

    @media (min-width: 420px){ 

        .section-with-card {
            padding: 48px 12px;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
        }

        @media (min-width: 560px){ 

            .section-with-card {
                padding: 48px 24px;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s; 
            }

            @media (min-width: 768px){ 

                .section-with-card {
                    padding: 80px 40px;
                    -webkit-transition: all .3s ease 0s;
                    -o-transition: all .3s ease 0s;
                    transition: all .3s ease 0s; 
                }

                @media (min-width: 992px){ 

                    .section-with-card {
                        padding: 80px;
                        -webkit-transition: all .3s ease 0s;
                        -o-transition: all .3s ease 0s;
                        transition: all .3s ease 0s; 
                    }

                    @media (min-width: 1200px){ 

                        .section-with-card {
                            padding: 112px;
                            -webkit-transition: all .3s ease 0s;
                            -o-transition: all .3s ease 0s;
                            transition: all .3s ease 0s; 
                        }

                    }
                }
            }
        }
    }
}

/*----- Gauge Media -----*/
@media (min-width:360px) {    



    .gauge-container {
        margin: 0.5rem 0.5rem 0.5rem -1.5rem;
        text-align: center;
        float: center;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .gauge {
        margin-left: -0.5rem;
        max-width: 300px !important;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .gauge_label{
        margin-left: 1.5rem;
        font-weight: bold;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }  

    .label_container{
        margin-left: 1.5rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }  

    .power-gauge g.arc {
        fill: steelblue;
        fill-opacity: 1;
    }

    .power-gauge g.pointer {
        fill: #666;
        stroke: #fff;
    }

    .power-gauge g.label text {
        text-anchor: middle;
        font-size: 14px;
        font-weight: bold;
        fill: #666;
    }

    .d3-tip {
        line-height: 1;
        font-weight: bold;
        padding: 12px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border-radius: 2px;
        text-align: center;
    }
    /* Creates a small triangle extender for the tooltip */

    .d3-tip:after {
        box-sizing: border-box;
        display: inline;
        font-size: 10px;
        width: 100%;
        line-height: 1;
        color: rgba(0, 0, 0, 0.8);
        content: "\25BC";
        position: absolute;
        text-align: center;
    }
    /* Style northward tooltips differently */

    .d3-tip.n:after {
        margin: -1px 0 0 0;
        top: 100%;
        left: 0;
    }

    @media (min-width: 450px) {

        .gauge-container {
            margin: 0.5rem 0.5rem 0.5rem -1.5rem;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        .gauge {
            margin-left: -0.5rem;
            max-width: 300px !important;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        .gauge_label{
            margin-left: 1.5rem;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        .label_container{
            margin-left: 1.5rem;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

    }  


}    

/*----- Notification Media -----*/
@media (min-width:360px) {     

    .notification  {
        padding: 0.333rem 1.333rem 1.333rem 1.333rem;
        border-top: 4px solid #5c6f82;
        border-left: 1px solid #5c6f82;
        border-right: 1px solid #5c6f82;
        border-bottom: 1px solid #5c6f82;
        box-shadow: none;
        -webkit-box-shadow: none;        
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .notification p{
        font-size: 0.8rem;
        margin: 0.0rem;

    }

    .notification.with-icon p {
        margin-left: 0;
    }   

    @media (min-width:768px) {

        .notification {
            padding: 1.333rem 1.333rem 1.333rem 1.333rem !important;
            width: 90%;
            border-top: 1px solid !important;
            border-bottom: 1px solid; 
            border-right: 1px solid;        
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;

        }

        .notification p{
            font-size: 0.9rem !important;
        }

    }    

}

/*----- custom-navbar-toggler Media -----*/
@media (min-width:360px) {   

    .custom-navbar-toggler {
        display: inherit;
    }

    .custom-navbar-toggler span {
        color: #555;
        padding-left: 0.3em;
        font-size: 1.5em;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    @media (min-width:992px) {

        .custom-navbar-toggler {
            display: none !important;
        }

        .custom-navbar-toggler span {
            display: none !important;
        }
    }

}

/*----- HighChart Media -----*/
@media (min-width:360px) {   

    .container-graph-lg {
        min-height: 360px;
        padding: 0rem 0.2rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;   
    }

    .container-graph-md {
        min-height: 300px;
        width: 100%;
        padding: 0rem 0.2rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s; 
    }

    .container-graph-sm {
        min-height: 250px;
        width: 100%;
        padding: 0rem 0.2rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s; 
    }
    
    .highcharts-data-table table {
        border-collapse: collapse;
        border: 1px solid #EBEBEB;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }

    .highcharts-data-table caption {
        padding: 1em 0;
        font-size: 1.2em;
        color: #555;
    }

    .highcharts-data-table th {
        font-weight: 600;
        padding: 0.5em;
    }

    .highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
        padding: 0.5em;
    }

    .highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
        background: #f8f8f8;
    }

    .highcharts-data-table tr:hover {
        background: #f1f7ff;
    }

    .highcharts-credits {    
        display: none !important;    
    }      

    .highcharts-plot-line-label {
        font-size: 6px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s; 
    }

    .highcharts-boxplot-series .highcharts-point {
        stroke-width: 2px;
    }

    .highcharts-boxplot-box {
        fill: #F0F0E0;
    }

    .highcharts-boxplot-median {
        stroke: #0C5DA5;
        stroke-width: 3px;
    }

    .highcharts-boxplot-stem {
        stroke: #A63400;
        stroke-dasharray: 1, 2;
        stroke-width: 1px;
    }

    .highcharts-boxplot-whisker {
        stroke: #3D9200;
        stroke-width: 3px;
    }

    .highcharts-figure h4 {
        font-size: 0.5rem;
    }

    @media (min-width:420px) {

        .container-graph-lg {
            min-height: 380px;
            padding: 0rem 0.8rem;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;   
        }

        .container-graph-md {
            min-height: 320px;
            width: 100%;
            padding: 0rem 0.8rem;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
        }

        .container-graph-sm {
            min-height: 270px;
            width: 100%;
            padding: 0rem 0.8rem;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
        }

        .highcharts-plot-line-label {
            font-size: 8px;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
        }

        .highcharts-figure h4 {
            font-size: 0.6rem;
        }

        @media (min-width:560px) {

            .container-graph-lg {
                min-height: 480px;
                padding: 0rem 0.8rem;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s;   
            }

            .container-graph-md {
                min-height: 420px;
                width: 100%;
                padding: 0rem 0.8rem;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s; 
            }

            .container-graph-sm {
                min-height: 360px;
                width: 100%;
                padding: 0rem 0.8rem;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s; 
            }

            .highcharts-plot-line-label {
                font-size: 10px;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s; 
            }

            .highcharts-figure h4 {
                font-size: 0.7rem;
            }

            @media (min-width:720px) {

                .container-graph-lg {
                    min-height: 600px;
                    padding: 0rem 0.8rem;
                    -webkit-transition: all .3s ease 0s;
                    -o-transition: all .3s ease 0s;
                    transition: all .3s ease 0s;   
                }

                .container-graph-md {
                    min-height: 480px;
                    width: 100%;
                    padding: 0rem 0.8rem;
                    -webkit-transition: all .3s ease 0s;
                    -o-transition: all .3s ease 0s;
                    transition: all .3s ease 0s; 
                }

                .container-graph-sm {
                    min-height: 380px;
                    width: 100%;
                    padding: 0rem 0.8rem;
                    -webkit-transition: all .3s ease 0s;
                    -o-transition: all .3s ease 0s;
                    transition: all .3s ease 0s; 
                }

                .highcharts-plot-line-label {
                    font-size: 11px;
                    -webkit-transition: all .3s ease 0s;
                    -o-transition: all .3s ease 0s;
                    transition: all .3s ease 0s; 
                }

                .highcharts-figure h4 {
                    font-size: 0.8rem;
                }

                @media (min-width:992px) {

                    .container-graph-lg {
                        min-height: 700px;
                        width: 100%;
                        padding: 0rem 1.2rem;
                        -webkit-transition: all .3s ease 0s;
                        -o-transition: all .3s ease 0s;
                        transition: all .3s ease 0s; 
                    }

                    .container-graph-md {
                        min-height: 500px;
                        width: 100%;
                        padding: 0rem 1.2rem;
                        -webkit-transition: all .3s ease 0s;
                        -o-transition: all .3s ease 0s;
                        transition: all .3s ease 0s; 
                    }

                    .container-graph-half {
                        min-height: 400px;
                        width: 100%;
                        padding: 0rem 1.2rem;
                        -webkit-transition: all .3s ease 0s;
                        -o-transition: all .3s ease 0s;
                        transition: all .3s ease 0s; 
                    }

                    .highcharts-figure h4 {
                        font-size: 0.9rem;
                    }


                }

            }

        }
    }
}

/*----- Card Media -----*/
@media (min-width:360px) {     

    .card.card-big .card-body {
        padding: 8px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .card.card-big .card-body h5.card-title {
        font-size: 1.0rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .card .card-body .category-top {
        font-size: .555rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }      

    .card.card-big .etichetta {
        font-size: .5rem;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }    

    @media (min-width:420px) {

        .card.card-big .card-body {
            padding: 12px;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        .card.card-big .etichetta {
            font-size: .6rem;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }


        @media (min-width:560px) {

            /*   .card.card-bg {
                   box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
                   border-right: none;
                   -webkit-transition: all .3s ease 0s;
                   -o-transition: all .3s ease 0s;
                   transition: all .3s ease 0s;
               } */

            .card.card-big .card-body {
                padding: 16px 24px;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
            }               


            @media (min-width:720px) { 

                .card.card-big .card-body {
                    padding: 18px 36px;
                }

                .card.card-big .card-body h5.card-title {
                    font-size: 1.2rem;
                    -webkit-transition: all .3s ease 0s;
                    -o-transition: all .3s ease 0s;
                    transition: all .3s ease 0s;
                }

                .card .card-body .category-top {
                    font-size: .77778rem;
                    -webkit-transition: all .3s ease 0s;
                    -o-transition: all .3s ease 0s;
                    transition: all .3s ease 0s;
                }

                .card.card-big .etichetta {
                    font-size: .77778rem;
                    -webkit-transition: all .3s ease 0s;
                    -o-transition: all .3s ease 0s;
                    transition: all .3s ease 0s;
                }

                @media (min-width:992px) {

                    .card.card-big .card-body {
                        padding: 36px 48px;
                    }
                }

            }

        }

    }

}

/*----- Menu Flat Media -----*/
@media (min-width:360px){    

    .menu-flat {

        padding: 0px 8px;
        backface-visibility: hidden;  
    }

    .menu-flat .listLG  {
        display: flex;
        position: absolute;
        flex-flow: column wrap;
        font-size: 0;
        left:5%;
        height: 0;
        width: 90%; 
        background: #06c;
        color:#fff;
        z-index: 1;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }

    .menu-flat ul {
        list-style-type: none;
    }

    .menu-flat .accordion {
        display: none; 
        opacity: 0.0;
        width: 100%;        
        padding: 0;
        margin: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .menu-flat .accordion .link  {
        cursor: pointer;
        display: block;
        width: 100%;
        padding: 5px 8px 5px 8px;
        font-size: 0.8rem;
        font-weight: bold;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .menu-flat .accordion .icon-menu-regioni{
        height: 25px;
        width: 25px; 
        padding-right: 5px;
    }

    .menu-flat .accordion li i {
        position: absolute;
        top: 12px;
        left: 12px;
        font-size: 0.8rem;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .menu-flat .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
    }

    .menu-flat .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /**
    * Submenu
    **/

    .menu-flat .accordion .submenu {
        display: none;
        padding-left: 0;
        background: #fff;
        font-size: 0.8rem;  
    }

    .menu-flat .accordion .submenu li { 
        border-bottom: 1px solid #4b4a5e; 
    }

    .menu-flat .accordion .submenu a {
        display: block;
        text-decoration: none;
        color: #06c;
        padding: 8px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .menu-flat .accordion .submenu a:hover {
        background: #1e90ff;
        color: #fff;
    }

    .burger {

        height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        cursor: pointer;
        background: transparent;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger:hover {
        background: mix(black, #2b3033, 10);
    }

    .burger .patty {
        position: relative;
        height: 2px;
        width: 40px;
        background: #555;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger .patty:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        height: 2px;
        width: 100%;
        background: #555;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger .patty:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        height: 2px;
        width: 100%;
        background: #555;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger.patty,
    .burger.patty:before,
    .burger.patty:after {
        will-change: transform;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-flat.active-menu .listLG {
        padding-top: 10px;
        height: 770px; 
        border-radius: 4px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
    }

    .menu-flat.active-menu .listLG.open {
        height: 850px;  
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);       
    }

    .menu-flat.active-menu .accordion {
        display: initial;
        opacity: 1.0;
        list-style-type: none;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    }

    .burger.active-menu {

    }

    .burger.active-menu .patty {
        transform: rotate(-90deg);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger.active-menu .patty:before {
        transform: rotate(-45deg) translate(-7px,-7px) scaleX(0.7);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .burger.active-menu .patty:after {
        transform: rotate(45deg) translate(-7px,7px) scaleX(0.7);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }    

    @media (min-width: 560px){ 

        .menu-flat .accordion .link {
            padding: 5px 8px 5px 20px;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        @media (min-width: 992px){ 

            .menu-flat.active-menu .listLG {
                padding-top: 20px;   
                height: 480px; 
                transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
            }

            .menu-flat.active-menu .listLG.open {
                height: 545px; 
                transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
            }

            .menu-flat .accordion .link  {
                padding: 15px 15px 15px 15px;
                font-size: 0.9rem;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .menu-flat .accordion .icon-menu-regioni{
                height: 30px;
                width: 30px; 
                padding-right: 5px;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .menu-flat .accordion li i {
                top: 16px;
                font-size: 0.9rem;
                -webkit-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .menu-flat .accordion .submenu {
                font-size: 0.9rem;  

            }    

            .menu-flat .accordion .submenu a {
                padding: 12px;
                -webkit-transition: all 0.25s ease;
                -o-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }


        }

    }

}


/*----- Bigic Media -----*/

@media (min-width:360px){  

    .img-basic-xl{
        max-height: 720px;
        cursor: pointer;
    }

    .img-basic-md {
        max-height: 560px;
        cursor: pointer;
    }

    .img-basic-sm {
        max-height: 480px;
        cursor: pointer;
    }

    .img-basic-xsm {
        max-height: 320px;
        cursor: pointer;
    }

    .img-basic-description {
        display: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .popup-bigic {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #464e51;
        overflow: hidden;
        z-index: 9999;
    }

    .popup-bigic .loading-bigic {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        margin-top: -12px;
    }

    .popup-bigic .img-bigic {
        position: absolute; 
    }

    .option-bigic {
        position: absolute;
        right: 20px;

        z-index: 1;
    }

    .option-bigic span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 20px;
        text-indent: -999px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 5px;
        background-image: url(../img/icone/bigic-icons.png);
        background-repeat: no-repeat;
        background-color: #fff;
        opacity: .5;
    }

    .option-bigic span:hover { 
        opacity: 1; 
    }

    .option-bigic span.change-bigic {
        display: none;
        background-position: -52px 3px;
    }

    .option-bigic span.max-bigic {
        display: none;
        background-position: -119px 3px;
    }

    .option-bigic span.close-bigic {
        background-position: 8px 8px; 
    }

    @media (min-width: 768px){ 

        .img-basic-description {
            display: block;
            padding-top: 1rem;
            padding-bottom: 1rem;
            text-align: center;
            font-size: 0.8rem;
            font-weight: bold;
        }


    }

}    

/*----- description-content-p Media -----*/
@media (min-width:360px) and (max-width:992px){ 

    .description-content-p{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .description-content-p::before {
        width: 100% !important;
    }

    .description-content-p img{
        max-width: 450px;
    }    


}


/*----- Flipster Media -----*/

@media (min-width:360px){ 

    .flipster .flipster__button {
        z-index: 1;
    }

    .flipster .img-basic-xl{
        max-height: 300px;
        cursor: pointer;
    }

    .flipster .img-basic-md {
        max-height: 300px;
        cursor: pointer;
    }

    .flipster .img-basic-sm {
        max-height: 300px;
        cursor: pointer;
    }

    .flipster .img-basic-xsm {
        max-height: 300px;
        cursor: pointer;
    }

    .flipster .flipster__nav__item, .flipster .flipster__nav__item  .flipster__nav__item--current {        
        justify-content: space-evenly;        
        align-items: center;
        background: #fcfdff;
        border: 1px solid #dfe4f2;
        border-radius: 12px;
        height: 24px;
        min-width: 40px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-transition: 50ms;
        transition: 50ms;
    }

    .flipster__nav__link::after {
        background: transparent !important;
    }

    .flipster .flipster__nav__link {
        display: initial !important;
    }


    .flipster .flipster__nav__item a,.flipster flipster__nav__item  .flipster__nav__item--current a {

        font-size: .675rem;
        height: 16px;
        color: #5c6f82;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-transition: color 50ms;
        transition: color 50ms;
        text-decoration: none;
    }

    .flipster .flipster__nav__item--current a {
        font-weight: 800;
        text-decoration: underline;
    }   


    @media (min-width: 768px){ 

        .flipster .img-basic-xl{
            max-height: 560px;
            cursor: pointer;
        }

        .flipster .img-basic-md {
            max-height: 480px;
            cursor: pointer;
        }

        .flipster .img-basic-sm {
            max-height: 420px;
            cursor: pointer;
        }

        .flipster .img-basic-xsm {
            max-height: 320px;
            cursor: pointer;
        }

        .flipster .flipster__nav__item, .flipster .flipster__nav__item  .flipster__nav__item--current {        
            height: 28px;
            min-width: 50px;
            -webkit-transition: 50ms;
            transition: 50ms;
        }

        .flipster .flipster__nav__item a, .flipster flipster__nav__item  .flipster__nav__item--current a {
            font-size: .875rem;
        }

        @media (min-width: 992px){   

            .flipster .img-basic-xl{
                max-height: 720px;
                cursor: pointer;
            }

            .flipster .img-basic-md {
                max-height: 560px;
                cursor: pointer;
            }

            .flipster .img-basic-sm {
                max-height: 480px;
                cursor: pointer;
            }

            .flipster .img-basic-xsm {
                max-height: 320px;
                cursor: pointer;
            }

            .flipster .flipster__nav__item, .flipster .flipster__nav__item  .flipster__nav__item--current {        
                min-width: 60px;
                -webkit-transition: 50ms;
                transition: 50ms;
            }
        }

    }    

}


@media (min-width: 768px){ 

    .card-wrapper.card-teaser-wrapper .card-teaser {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 32%;
    }

}

/*----- Menu Regioni Graph Media -----*/
@media (min-width:360px){

    .menu-regioni-graph {
        padding: 0px 8px;
        position: absolute;
        width: 90%;
        left: 5%;
        backface-visibility: hidden;  
    }

    .menu-redirect {
        padding: 0px 8px;
        position: absolute;
        width: 40%;
        left: 30%;
        backface-visibility: hidden;  
    }

    .menu-regioni-graph ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .menu-regioni-graph .listXL, .menu-regioni-graph .listLG  {
        display: flex;
        position: absolute;
        flex-flow: column wrap;
        font-size: 0;
        left:0;
        top:0;
        height: 0;
        width: 100%; 
        background: #fff;
        color: #06c;
        font-weight: bold;
        z-index: 1;        
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }

    .menu-redirect .panel {
        display: flex;
        position: absolute;
        flex-flow: column wrap;
        font-size: 0;
        left: 0%;
        height: 0;
        width: 100%; 
        background: #fff;
        color: #06c;
        font-weight: bold;
        z-index: 1;        
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);

    }

    .menu-regioni-graph .listXL .titolo-menu,.menu-regioni-graph .listLG .titolo-menu   {
        position: relative;
        text-align: center;
        height: 0;
        top: -15px;
        z-index: 2;
        font-size: 0rem;       
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-redirect .panel .testo-redirect {
        font-size: 0rem;
        text-align: center;  
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-redirect .panel .progress-spinner {
        position: absolute;
        bottom: 15px;
        left: calc(50% - 24px);
        visibility: hidden;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph .listXL .item, .menu-regioni-graph .listLG .item  {
        position: relative;
        height: 0;
        width: 100%; 
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph .listXL .item .icon-menu-regioni, .menu-regioni-graph .listLG .item .icon-menu-regioni{
        height: 0px;
        width: 0px;        
        padding-right: 5px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph .listXL .item .link, .menu-regioni-graph .listLG .item .link {
        cursor: pointer;
        height: 0;
        width: 100%;
        opacity: 0.0;
        top: 0;
        left: 0;   
        font-size: 0.7rem;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph .listXL .last-item, .menu-regioni-graph .listLG .last-item {
        position: absolute;
        font-size: 0rem;
        height: 0;
        width: 150px;
        right: 10px;
        bottom: 2px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph .listXL .last-item .icon-menu-regioni, .menu-regioni-graph .listLG .last-item .icon-menu-regioni{
        height: 0px;
        width: 0px;        
        padding-right: 5px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph .listXL .last-item .link, .menu-regioni-graph .listLG .last-item .link  {   
        cursor: pointer;
        height: 0;
        width: 100%;
        opacity: 0.0;
        top: 0;
        left: 0;   
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }    

    .menu-regioni-graph.active-menu .close-icon {
        position:absolute;
        right: calc(2% + 10px);
        top:20px;
        z-index: 2;
        display:block;
        box-sizing:border-box;
        width:25px;
        height:25px;
        border-width:3px;
        border-style: solid;
        border-color:red;
        border-radius:100%;
        background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
        background-color:red;
        box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
        transition: all 0.3s ease;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph.active-menu .listXL {
        padding-top: 30px;
        height: 850px; 
        border: 3px solid #555 !important;
        border-radius: 4px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
    }

    .menu-regioni-graph.active-menu .listLG {
        padding-top: 30px;
        height: 770px; 
        border: 3px solid #555 !important;
        border-radius: 4px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
    }   

    .menu-redirect.active-menu .panel {
        padding-top: 5px;
        height: 120px; 
        border: 3px solid #555 !important;
        border-radius: 4px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
    }

    .menu-redirect.active-menu .panel .testo-redirect {
        font-size: 0.8rem;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-redirect.active-menu .panel .progress-spinner { 
        visibility: visible; 
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph.active-menu .listXL .titolo-menu,.menu-regioni-graph.active-menu .listLG .titolo-menu   {
        height: 100%;
        font-size: 1.0rem;       
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }


    .menu-regioni-graph.active-menu .listXL .item, .menu-regioni-graph.active-menu .listLG .item {    
        height: 35px;
        padding: 10px 15px 10px 45px;
        font-size: 0.8rem;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);   
    }

    .menu-regioni-graph.active-menu .listXL .item .icon-menu-regioni, .menu-regioni-graph.active-menu .listLG .item .icon-menu-regioni{
        height: 35px;
        width: 35px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .menu-regioni-graph.active-menu .listXL .item .link, .menu-regioni-graph.active-menu .listLG .item .link {
        height: 100%;
        opacity: 1.0;   
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    } 

    .menu-regioni-graph.active-menu .listXL .last-item, .menu-regioni-graph.active-menu .listLG .last-item {    
        height: 35px;
        font-size: 0.7rem;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);   
    }   

    .menu-regioni-graph.active-menu .listXL .last-item .icon-menu-regioni, .menu-regioni-graph.active-menu .listLG .last-item .icon-menu-regioni{
        height: 25px;
        width: 35px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }   

    .menu-regioni-graph.active-menu .listXL .last-item .link, .menu-regioni-graph.active-menu .listLG .last-item .link {
        height: 100%;
        opacity: 1.0;   
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    } 




    @media (min-width: 992px){ 

        .menu-regioni-graph.active-menu .close-icon {

            width:30px;
            height:30px;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .menu-regioni-graph.active-menu .listXL {
            padding-top: 30px;
            height: 500px; 
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
        }

        .menu-regioni-graph.active-menu .listLG {
            padding-top: 30px;
            height: 450px; 
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
        }

        .menu-regioni-graph.active-menu .listXL .titolo-menu,.menu-regioni-graph.active-menu .listLG .titolo-menu   {
            font-size: 1.2rem;       
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .menu-regioni-graph.active-menu .listXL .item, .menu-regioni.active-menu .listLG .item {    
            height: 55px;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);   
        }

        .menu-regioni-graph .listXL .item .link, .menu-regioni-graph .listLG .item .link {
            font-size: 0.8rem;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .menu-regioni-graph.active-menu .listXL .last-item, .menu-regioni.active-menu .listLG .last-item {    
            height: 50px;
            font-size: 0.8rem;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);   
        } 

        .menu-redirect {
            width: 20%;
            left: 40%;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
        }

        .menu-redirect.active-menu .panel {
            height: 130px; 
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);      
        }

        .menu-redirect.active-menu .panel .testo-redirect {
            font-size: 1.0rem;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }       


    }

}

/*----- Menu Proiezioni Header Media -----*/
@media (min-width: 360px){

    .display-mobile-list-item{
        display: list-item !important;
    }

    .display-mobile-inline {
        display: inline !important;
    }

    .display-desktop-flex{
        display: none !important;
    } 
    

    @media (min-width: 992px){

        .display-mobile-list-item{
            display: none !important;
        }

        .display-mobile-inline{
            display: none !important;
        }


        .display-desktop-flex{
            display: flex !important;
        }

        figure {
            margin: 0 0 0rem;
        }   

        figure figcaption{
            opacity: 1.0;
            transition: all .3s ease 0s;
        }

        figure.active figcaption{
            opacity: 0.0;
            transition: all .3s ease 0s;
        }

        .overlay-wrapper {
            position: relative;
            display: inline-block;
            overflow: inherit;       
            object-fit: cover;
            width: 100%;
        }

        .overlay-panel {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            padding: 16px 24px;
            background-color: rgba(0,0,0,.5);
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            max-height: 56px;
            border-radius: 4px;
        } 

        .boxbutton {
            cursor: pointer;
        }

        .titolo-boxbuttonMenu{
            min-height: 100px;
            padding: 0 1.5rem;
            text-align: center;
            border-bottom: 2px solid #b1b1b3 !important;
            box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
        }    

        .card-menu {
            max-height: 130px;
            height: 130px;
            padding: 0.5rem;
            border: 3px solid #555 !important;
            color: #555 !important;
            border-radius: 4px;
            box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);                
        }

        .card-menu img {
            max-height: 70px !important;
            display: block !important;
            width: 100% !important;
            padding: 0px 14px;
            margin-bottom: 2px !important;        
        }    

        .card-menu .card-body {
            padding: 0px !important;
        }

        .card-menu .card-body h5.card-title {
            font-size: 0.9rem;
            line-height: 1.15em;
            font-weight: bold;        
            margin-bottom: 0px;
            -webkit-transition: .3s;
            transition: .3s;
        }

        .card-menu .card-body p{
            margin-bottom: 0.25rem;
            font-size: 0.8rem !important;
        } 

        @media (min-width: 1366px){

            .card-menu {
                max-height: 140px; 
                height: 140px;
            }

            .card-menu img {
                max-height: 80px !important;
                display: block !important;
                width: 100% !important;
                padding: 0px 22px;
                margin-bottom: 2px !important;    
            }
            @media (min-width: 1600px){

                .card-menu {
                    max-height: 140px; 
                    height: 140px;
                }

                .card-menu img {
                    max-height: 85px !important;
                    display: block !important;
                    width: 100% !important;
                    padding: 0px 48px;
                    margin-bottom: 2px !important;        
                }    

            }

        }



    }
}

/*----- Resilienza Media -----*/
@media (min-width: 360px){


    .bg-resilienza {
        background: url(../img/sfondi/sfondo_top_small.png) no-repeat;
        background-size: contain;
        background-size: 100%;
        background-size: 130vw 100vh;
        padding-right: 0;
        padding-left: 0;
        border-radius: 0;
    } 

    .hero-header {
        min-height: 55vh;
        color: #000 !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .hero-header .bootstrap-select-wrapper-width {        
        width: 75% !important;         
    }

    .hero-header .bootstrap-select-wrapper-padding{
        padding-top: 4px;
        padding-bottom: 20px;
    }

    .hero-header .bootstrap-select-wrapper button, .hero-header .bootstrap-select-wrapper button:hover  {
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #000;

    }      

    .hero-header  .bootstrap-select-wrapper > label {
        color: #000 !important;
    }

    .hero-header .breadcrumb-container .breadcrumb .breadcrumb-item a {
        color: #000 !important;
    }

    .hero-header .breadcrumb-item.active, .breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
        color: #030303;
    }

    .hero-header .testo-dark{
        color: #000 !important;
    }

    .hero-header .testo-resilienza {
        max-width: 100%;
        font-size: 0.8rem;
        padding-top: 1.0rem;
        padding-left: .75rem;
        padding-right: .75rem;
        font-weight: bold;
    }    

    .hero-header .Separator--up {
        -webkit-transform: skewX(0) skewY(-2deg);
        -ms-transform: skewX(0) skewY(-2deg);
        transform: skewX(0) skewY(-2deg);
        background-color: white;
    }

    .hero-header .Separator {
        height: 5rem;
        left: 0;
        bottom: -2.2rem !important;
        width: 99.999999%;
        position: absolute;
        border: none !important;
    }

    .badge-boxplot {
        min-width: 4rem !important;
        margin-right: 0.25rem !important;
    }

    .label-boxplot{       
        font-size: 0.8rem;
        font-weight: bold;
    }

    .resilienza-btn {
        padding: 6px 12px;
        font-size: 11px;
        white-space: initial;
        text-decoration: none;
    }

    .resilienza-button-active {
        outline: 0 !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25) !important;
    }

    @media (min-width: 768px){

        .hero-header {
            min-height: 50vh;
        }

        .bg-resilienza {
            background-size: 120vw 100vh;
        }

        .hero-header .bootstrap-select-wrapper-width {        
            width: 60% !important;         
        }

        .hero-header .bootstrap-select-wrapper-padding{
            padding-top: 16px;
            padding-bottom: 48px;
        }        

        .hero-header .testo-resilienza{
            max-width: 65%;
            font-size: 0.9rem;
            padding-top: 1.25rem;
            padding-left: .75rem;
            padding-right: .75rem;
        }

        .label-boxplot{       
            font-size: 0.8rem;
            font-weight: bold;
        }

        .resilienza-btn {
            padding: 8px 16px;
            font-size: 12px;
            white-space: initial;
            text-decoration: none;
        }

        @media (min-width: 992px){

            .hero-header {
                min-height: 60vh;
            }

            .bg-resilienza {
                background-size: 100vw 100vh;
            }

            .hero-header .bootstrap-select-wrapper-width {        
                width: 50% !important;         
            }

            .hero-header .testo-resilienza {
                max-width: 62%;
                font-size: 1.0rem;
                padding-top: 2.25rem;
                padding-left: .75rem;
                padding-right: .75rem;
            }

            .resilienza-btn {
                padding: 10px 20px;
                font-size: 14px;
                white-space: initial;
                text-decoration: none;
            }


        }

    }



}

/*----- Vaccini Report ITA Media -----*/
@media (min-width: 360px){

    #file-to-upload {
        display: none;
    }

    #pdf-main-container {
        width: 300px;
        margin: 20px auto;
        padding-top: 0.5rem;
        padding-bottom: 2rem;
    }

    #pdf-loader {
        display: none;
        text-align: center;
        color: #999999;
        font-size: 13px;
        line-height: 100px;
        height: 100px;
    }

    #pdf-contents {
        display: none;
    }

    #pdf-meta {
        overflow: hidden;
        margin: 0 0 20px 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .pdf-meta-btn {
        padding: 6px 12px;
        font-size: 8px;
        white-space: initial;
        text-decoration: none;
    }

    #pdf-buttons {
        float: left;
    }

    #pdf-next span{
        margin-right: .5em;
        margin-left: 0em !important;
    }

    #page-count-container {
        float: right;
        font-size: 8px;
    }

    #pdf-current-page {
        display: inline;
    }

    #pdf-total-pages {
        display: inline;
    }

    #pdf-canvas {
        border: 1px solid rgba(0,0,0,0.2);
        box-sizing: border-box;
        width: 100%;
    }

    #page-loader {
        height: 100px;
        line-height: 100px;
        text-align: center;
        display: none;
        color: #999999;
        font-size: 13px;
    }

    @media (min-width: 420px){

        #pdf-main-container {
            width: 380px;
            margin: 20px auto;
        }

        @media (min-width: 560px){

            #pdf-main-container {
                width: 480px;
                margin: 20px auto;
            }


            @media (min-width: 768px){

                #pdf-main-container {
                    width: 680px;
                    margin: 20px auto;
                }

                .pdf-meta-btn {
                    padding: 8px 16px;
                    font-size: 12px;
                }

                #page-count-container {
                    font-size: 12px;
                }

                @media (min-width: 992px){

                    #pdf-main-container {
                        width: 800px;
                        margin: 20px auto;
                    }

                    .pdf-meta-btn {
                        padding: 10px 20px;
                        font-size: 14px;
                    }

                    #page-count-container {
                        font-size: 14px;
                    }


                    @media (min-width: 1200px){

                        #pdf-main-container {
                            width: 1000px;
                            margin: 20px auto;
                        }

                        @media (min-width: 1366px){

                            #pdf-main-container {
                                width: 1200px;
                                margin: 20px auto;
                            }

                            @media (min-width: 1500px){

                                #pdf-main-container {
                                    width: 1280px;
                                    margin: 20px auto;
                                }

                                @media (min-width: 1800px){

                                    #pdf-main-container {
                                        width: 1600px;
                                        margin: 20px auto;
                                    }

                                }

                            }

                        }

                    }

                }

            }

        }
    }
}



/*----- Link Portale Trasparenza Media -----*/
@media (min-width: 360px){

    .badge-portale-trasparenza{
        padding: 0.25rem 0.25rem !important;
        font-size: 0.7rem !important;
        display: inline !important; 
        transition: all 0.3s ease;
    }

    .icon-portale-trasparenza {
        height:24px; 
        width:24px; 
        border-radius: 15px;  
        transition: all 0.3s ease;
    }

    @media (min-width: 768px){
        
        .badge-portale-trasparenza{
            padding: 0.5rem 0.25rem !important;
            font-size: 0.8rem !important;
            display: inline !important;  
            transition: all 0.3s ease;
        }

        .icon-portale-trasparenza {
            height:28px; 
            width:28px; 
            transition: all 0.3s ease;
        }

        @media (min-width: 992px){

            .icon-portale-trasparenza {
                height:32px; 
                width:32px;
                transition: all 0.3s ease;
            }
          
        }


    }



}    


/*----- Sezione Incidenza Media -----*/
@media (min-width: 360px){

    .incidenza-section{
        padding: 1.25rem 1.0rem !important;
    }

    @media (min-width: 768px){
        .incidenza-section{
            padding: 1.25rem 1.0rem !important;
        }


        @media (min-width: 992px){
            .incidenza-section{
                padding: 1.5rem 9.75rem !important;
            }


        }

    }

}    

/*----- Sezione Area Tachimetri Media -----*/
@media (min-width: 360px){


    .cube {
        display: flex;
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 580px;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: all 1.5s ease;
        transform-style: preserve-3d;
        transition: all 1.5s ease;
    }

    .cube .face {
        position: absolute;
        display: block;
        height: 580px;
        left: 0;
        top: 0;
        width: 100%;
    }
    
    .cube .face .box-graph-left {   
        min-height: 290px ;
        padding: 0rem 1.0rem 0rem 1.0rem;

    }

    .cube .face .box-graph-right {   
        min-height: 290px ;
        padding: 0rem 1.0rem 0rem 1.0rem; 
    }
    
    .cube .face .box-graph-ita {                
            min-height: 560px;
            padding: 4.50rem 1.0rem 0.750rem 1.0rem;
     }


    .cube .face .pulsante-1 {
        position: absolute;
        right: 0.25rem;
        top: 17rem;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10;
    }

    .cube .face .pulsante-2 {
        position: absolute;
        left: 0.25rem;
        top: 17rem;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10;
    }
    
    .cube .face .pulsante-3 {
        position: absolute;
        right: 0.25rem;
        top: 17rem;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10;
    }
    
    .cube .face .pulsante-4 {
        position: absolute;
        left: 0.25rem;
        top: 17rem;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10;
    }

    .cube .face .pulsante-1 i,.cube .face .pulsante-2 i, .cube .face .pulsante-3 i, .cube .face .pulsante-4 i {
        font-size: 40px;
    }

    .cube .one {
        /* translateZ is de helft van de breedte van de cubus */
        -webkit-transform: rotateX(90deg) translateZ(130px);
        transform: rotateX(90deg) translateZ(130px);
    }

    .cube .two {
        -webkit-transform: translateZ(120px);
        transform: translateZ(130px);
    }

    .cube .three {
        height: 620px !important;
        -webkit-transform: rotateY(90deg) translateZ(130px);
        transform: rotateY(90deg) translateZ(130px);
    }
    
    .cube .four {
        height: 620px !important;
        -webkit-transform: rotateY(180deg) translateZ(130px);
        transform: rotateY(180deg) translateZ(130px);
    }

    @media (min-width: 560px){
        
        .cube .face .box-graph-left {   
            min-height: 280px ;
            padding: 1.0rem 1.0rem 1.0rem 1.0rem;
        }

        .cube .face .box-graph-right {   
            min-height: 280px ;            
            padding: 1.0rem 1.0rem 1.0rem 1.0rem; 
        }
        
        .cube .face .box-graph-ita {                
            min-height: 560px;
            padding: 2.50rem 1.0rem 2.50rem 1.0rem;
         }
        
    @media (min-width: 768px){

        .cube {
            display: flex;
            position: relative;
            margin: 0 auto;
            width: 100%;
            height: 580px;
            -webkit-transform-style: preserve-3d;
            -webkit-transition: all 1.5s ease;
            transform-style: preserve-3d;
            transition: all 1.5s ease;
        }

        .cube .face {
            position: absolute;
            display: block;
            height: 580px;
            left: 0;
            top: 0;
            width: 100%;
        }

        .cube .face .pulsante-1 {
            position: absolute;
            right: -0.25rem;
            top: 15rem;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            z-index: 10;
        }

        .cube .face .pulsante-2 {
            position: absolute;
            left: -0.25rem;
            top: 15rem;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            z-index: 10;
        }
        
        .cube .face .pulsante-3 {
            position: absolute;
            right: -0.25rem;
            top: 15rem;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            z-index: 10;
        }
        
        .cube .face .pulsante-4 {
            position: absolute;
            left: -0.25rem;
            top: 15rem;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            z-index: 10;
        }

        .cube .face .pulsante-1 i,.cube .face .pulsante-2 i, .cube .face .pulsante-3 i, .cube .face .pulsante-4 i {
            font-size: 50px;
        }

        .cube .one {
            /* translateZ is de helft van de breedte van de cubus */
            -webkit-transform: rotateX(90deg) translateZ(230px);
            transform: rotateX(90deg) translateZ(230px);
        }

        .cube .two {
            -webkit-transform: translateZ(230px);
            transform: translateZ(230px);
        }

        .cube .three {
            -webkit-transform: rotateY(90deg) translateZ(230px);
            transform: rotateY(90deg) translateZ(230px);
        }
        
         .cube .four {
            -webkit-transform: rotateY(180deg) translateZ(230px);
            transform: rotateY(180deg) translateZ(230px);
        }

        @media (min-width: 992px){   

            .cube {
                display: flex;
                position: relative;
                margin: 0 auto;
                width: 100%;
                height: 350px;
                -webkit-transform-style: preserve-3d;
                -webkit-transition: all 1.5s ease;
                transform-style: preserve-3d;
                transition: all 1.5s ease;
            }

            .cube .face {
                position: absolute;
                display: flex;
                height: 350px;
                left: 0;
                top: 0;
                width: 100%;
            }

            .cube .face .box-graph-left { 
                min-height: 380px;
                padding: 1rem 0rem 1.75rem 5.5rem;

            }

            .cube .face .box-graph-right { 
                min-height: 380px;
                padding: 1rem 7.5rem 1.75rem 0rem; 
            }
            
            .cube .face .box-graph-ita {                
                min-height: 380px;
                padding: 1rem 7.5rem 1.75rem 7.5rem; 
            }


            .cube .face .pulsante-1 {
                position: absolute;
                right: 1.3rem;
                top: 9rem;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                cursor: pointer;
                z-index: 10;
            }

            .cube .face .pulsante-2 {
                position: absolute;
                left: 1.3rem;
                top: 9rem;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                cursor: pointer;
                z-index: 10;
            }
            
            .cube .face .pulsante-3 {
                position: absolute;
                right: 1.3rem;
                top: 9rem;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                cursor: pointer;
                z-index: 10;
            }
            
            .cube .face .pulsante-4 {
                position: absolute;
                left: 1.3rem;
                top: 9rem;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                cursor: pointer;
                z-index: 10;
            }

            .cube .face .pulsante-1 i,.cube .face .pulsante-2 i, .cube .face .pulsante-3 i, .cube .face .pulsante-4 i {
                font-size: 60px;
            }

            .cube .one {
                /* translateZ is de helft van de breedte van de cubus */
                -webkit-transform: rotateX(90deg) translateZ(340px);
                transform: rotateX(90deg) translateZ(340px);
            }

            .cube .two {
                -webkit-transform: translateZ(340px);
                transform: translateZ(340px);
            }

            .cube .three {
                -webkit-transform: rotateY(90deg) translateZ(340px);
                transform: rotateY(90deg) translateZ(340px);
            }
            
            .cube .four {
                -webkit-transform: rotateY(180deg) translateZ(340px);
                transform: rotateY(180deg) translateZ(340px);
            }

            @media (min-width: 1200px){   

                .cube {
                    display: flex;
                    position: relative;
                    margin: 0 auto;
                    width: 100%;
                    height: 350px;
                    -webkit-transform-style: preserve-3d;
                    -webkit-transition: all 1.5s ease;
                    transform-style: preserve-3d;
                    transition: all 1.5s ease;
                }

                .cube .face {
                    position: absolute;
                    display: flex;
                    height: 350px;
                    left: 0;
                    top: 0;
                    width: 100%;
                }

                .cube .face .pulsante-1 {
                    position: absolute;
                    right: 1.5rem;
                    top: 9rem;
                    text-align: center;
                    font-size: 16px;
                    font-weight: bold;
                    cursor: pointer;
                    z-index: 10;
                }

                .cube .face .pulsante-2 {
                    position: absolute;
                    left: 1.5rem;
                    top: 9rem;
                    text-align: center;
                    font-size: 16px;
                    font-weight: bold;
                    cursor: pointer;
                    z-index: 10;
                }
                
                
                 .cube .face .pulsante-3 {
                    position: absolute;
                    right: 1.5rem;
                    top: 9rem;
                    text-align: center;
                    font-size: 16px;
                    font-weight: bold;
                    cursor: pointer;
                    z-index: 10;
                }
                
                .cube .face .pulsante-4 {
                    position: absolute;
                    left: 1.5rem;
                    top: 9rem;
                    text-align: center;
                    font-size: 16px;
                    font-weight: bold;
                    cursor: pointer;
                    z-index: 10;
                }
                

                .cube .face .pulsante-1 i,.cube .face .pulsante-2 i, .cube .face .pulsante-3 i, .cube .face .pulsante-4 i {
                    font-size: 60px;
                }

                .cube .one {
                    /* translateZ is de helft van de breedte van de cubus */
                    -webkit-transform: rotateX(90deg) translateZ(400px);
                    transform: rotateX(90deg) translateZ(400px);
                }

                .cube .two {
                    -webkit-transform: translateZ(400px);
                    transform: translateZ(400px);
                }

                .cube .three {
                    -webkit-transform: rotateY(90deg) translateZ(400px);
                    transform: rotateY(90deg) translateZ(400px);
                }
                
                .cube .four {
                    -webkit-transform: rotateY(180deg) translateZ(400px);
                    transform: rotateY(180deg) translateZ(400px);
                }

                @media (min-width: 1600px){ 

                    .cube {
                        display: flex;
                        position: relative;
                        margin: 0 auto;
                        width:100%;
                        height: 350px;
                        -webkit-transform-style: preserve-3d;
                        -webkit-transition: all 1.5s ease;
                        transform-style: preserve-3d;
                        transition: all 1.5s ease;
                    }

                    .cube .face {
                        position: absolute;
                        display: flex;
                        height: 350px;
                        left:0;
                        top:0;
                        width: 100%;
                    }
                    
                  
                    .cube .face .pulsante-1 {
                        position: absolute;
                        right: 1.25rem;
                        top: 9rem;
                        text-align: center;
                        font-size: 18px;
                        font-weight: bold;
                        cursor: pointer;
                        z-index: 10;
                    }

                    .cube .face .pulsante-2 {
                        position: absolute;
                        left: 1.25rem;
                        top: 9rem;
                        text-align: center;
                        font-size: 18px;
                        font-weight: bold;
                        cursor: pointer;
                        z-index: 10;
                    }
                    
                    .cube .face .pulsante-3 {
                        position: absolute;
                        right: 1.25rem;
                        top: 9rem;
                        text-align: center;
                        font-size: 18px;
                        font-weight: bold;
                        cursor: pointer;
                        z-index: 10;
                    }
                    
                    .cube .face .pulsante-4 {
                        position: absolute;
                        left: 1.25rem;
                        top: 9rem;
                        text-align: center;
                        font-size: 18px;
                        font-weight: bold;
                        cursor: pointer;
                        z-index: 10;
                    }

                    .cube .face .pulsante-1 i,.cube .face .pulsante-2 i, .cube .face .pulsante-3 i, .cube .face .pulsante-4 i {
                        font-size: 60px;
                    }
                    
                    .cube .face .box-graph-ita {                
                        min-height: 380px;
                        padding: 0rem 10rem 0.75rem 10rem; 
                    }

                    .cube .one {
                        /* translateZ is de helft van de breedte van de cubus */
                        -webkit-transform: rotateX(90deg) translateZ(600px);
                        transform: rotateX(90deg) translateZ(600px);
                    }

                    .cube .two {
                        -webkit-transform: translateZ(600px);
                        transform: translateZ(600px);
                    }

                    .cube .three {
                        -webkit-transform: rotateY(90deg) translateZ(600px);
                        transform: rotateY(90deg) translateZ(600px);
                    } 
                    
                     .cube .four {
                        -webkit-transform: rotateY(180deg) translateZ(600px);
                        transform: rotateY(180deg) translateZ(600px);
                    } 
                
                }

            }

        }

    }   

}
}